home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_2631.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  213 lines

  1. -- background: 2631 from stack: in
  2. -- bmap block id: 3252
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 1.1.1 Content
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=16 top=38 right=67 bottom=434
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 156
  30. -- text size: 20
  31. -- style flags: 0
  32. -- line height: 26
  33. -- part name: Subtitle
  34.  
  35.  
  36. -- part 23 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=16 top=68 right=88 bottom=452
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 256
  46. -- line height: 15
  47. -- part name: Instruction
  48.  
  49.  
  50. -- part 24 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=161 top=195 right=317 bottom=470
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 156
  58. -- text size: 16
  59. -- style flags: 0
  60. -- line height: 17
  61. -- part name: Text
  62.  
  63.  
  64. -- part 15 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=443 top=5 right=72 bottom=512
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Instant Reference
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   instantReference "1.1.1"
  79. end mouseUp
  80.  
  81.  
  82. -- part 16 (button)
  83. -- low flags: 00
  84. -- high flags: 2000
  85. -- rect: left=480 top=143 right=172 bottom=511
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 1310 / 1310
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Student Services
  94. ----- HyperTalk script -----
  95. on mousedown
  96.   SSpopUp
  97. end mousedown
  98.  
  99. on mouseup
  100.   if the mouseloc is not within the rect of me then exit to hyperCard
  101.   doSS
  102. end mouseup
  103.  
  104.  
  105.  
  106. -- part 17 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=482 top=176 right=205 bottom=511
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 162 / 162
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Help
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   Help
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 18 (button)
  126. -- low flags: 00
  127. -- high flags: 0000
  128. -- rect: left=482 top=294 right=320 bottom=509
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 1235 / 1235
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Last Menu
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.  
  140. end mouseUp
  141.  
  142.  
  143. -- part 19 (button)
  144. -- low flags: 00
  145. -- high flags: 2000
  146. -- rect: left=478 top=319 right=341 bottom=498
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 1238 / 1238
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: Prev
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   lock screen
  158.   go prev
  159.   unlock screen with scroll right
  160. end mouseUp
  161.  
  162.  
  163. -- part 20 (button)
  164. -- low flags: 00
  165. -- high flags: 2000
  166. -- rect: left=493 top=319 right=341 bottom=512
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 1237 / 1237
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: Next
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   lock screen
  178.   go next
  179.   unlock screen with scroll left
  180. end mouseUp
  181.  
  182.  
  183. -- part 26 (field)
  184. -- low flags: 81
  185. -- high flags: 0001
  186. -- rect: left=423 top=0 right=13 bottom=466
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 65535
  190. -- font id: 4
  191. -- text size: 9
  192. -- style flags: 0
  193. -- line height: 12
  194. -- part name: CardTitle
  195.  
  196.  
  197. -- part 28 (button)
  198. -- low flags: 00
  199. -- high flags: 2000
  200. -- rect: left=482 top=208 right=234 bottom=509
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 1234 / 1234
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: Lesson
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   lesson "1.1.1"
  212. end mouseUp
  213.